Semantic Context
pulsemcp/semantic contextProvides semantic code search across large codebases using ChromaDB vector storage and configurable embeddings, enabling indexing of local project directories with 50+ file type support and retrieval of code snippets with metadata tracking for development teams building knowledge bases and code navigation systems.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"semantic_context": {
"url": "None",
"transport": "http"
}
}
}